home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 June: Reference Library / Dev.CD Jun 94.toast / Periodicals / develop / develop Issue 15 / develop 15 code / Floating Windows / Sample / Source / fileMenuRoutines.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-13  |  188 b   |  9 lines  |  [TEXT/MPS ]

  1. #ifndef    __FileMenuRoutines__
  2. #define __FileMenuRoutines__
  3.  
  4. void    GetFileToOpen(void);
  5. void    DoOpenFile(FSSpec *fileToOpen);
  6. void    DoPrint(void);
  7. void    DoPrintFile(FSSpec *fileToPrint);
  8.  
  9. #endif